home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 13 / 013.d81 / t.logo boot < prev    next >
Text File  |  2022-08-26  |  858b  |  58 lines

  1.  
  2.          LOGO LIST HANDLING
  3.  
  4.  
  5.  
  6. Written by: David Malmberg
  7.  
  8. List Processing in LOGO, Part 2
  9. PowerPlay Magazine, July 1985
  10. Page 111
  11.  
  12.  
  13.   David has put together a collection
  14.  
  15. of 24 small routines that you can plug
  16.  
  17. into your own LOGO programs. The
  18.  
  19. routines deal primarily with list
  20.  
  21. processing, sublist operations, set
  22.  
  23. operations, and sorting and merging
  24.  
  25. operations.
  26.  
  27.   David designed these routines to
  28.  
  29. help in developing an intelligent data
  30.  
  31. base system that he will complete in
  32.  
  33. the next issue of PowerPlay magazine. 
  34.  
  35. Until then, if you have LOGO, be sure
  36.  
  37. to check out the routines so you can
  38.  
  39. be ready for David's data base.
  40.  
  41.  
  42. **** NOTE ****
  43.  
  44.   Since these routines are written in
  45.  
  46. the language of LOGO you can NOT run
  47.  
  48. them from LOADSTAR.
  49.  
  50.   The routines are on side 2 of this
  51.  
  52. issue.
  53.  
  54.  
  55. >Files used: LISTS.LOGO
  56.  
  57. --------------------------------------
  58.